Configurates
C1.Web.Mvc.Control.HtmlAttributes. Sets the HTML attributes.
Syntax
'Declaration
Public Function HtmlAttribute( _
ByVal As String, _
ByVal As String _
) As TBuilder
public TBuilder HtmlAttribute(
string ,
string
)
Parameters
- key
- The key of the HTML attribute.
- value
- The value of the HTML attribute.
Return Value
Current builder.
See Also